Actor model in Go
https://blog.ytake.jp.net/entry/2024/02/10/225128
GoによるActor modelの実装は複数ある
https://github.com/asynkron/protoactor-go
https://github.com/ergo-services/ergo
goroutineとの違い
goroutineは似ているが、1978年のCSPをベースにしているので問題解決の範囲が違う